home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_pysupport
- if which update-python-modules >/dev/null 2>&1; then
- update-python-modules -c -i /usr/share/python-support/hplip
- fi
- # End automatically added section
- # Automatically added by dh_pysupport
- if which update-python-modules >/dev/null 2>&1; then
- update-python-modules -c -b hplip.dirs
- fi
- # End automatically added section
- # Automatically added by dh_installinit
- if [ -x "/etc/init.d/hplip" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d hplip stop || exit $?
- else
- /etc/init.d/hplip stop || exit $?
- fi
- fi
- # End automatically added section
-